os.File.read (method)

2 uses

	os (current package)
		file.go#L118: 	n, e := f.read(b)
		file_posix.go#L28: func (f *File) read(b []byte) (n int, err error) {